home *** CD-ROM | disk | FTP | other *** search
- -- background: 2797 from stack: in
- -- bmap block id: 2259
- -- flags: 0000
- -- background id: 0
- -- name: credit
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=452 top=93 right=118 bottom=482
- -- title width / last selected line: 0
- -- icon id / first selected line: 30696 / 30696
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Phone
- ----- HyperTalk script -----
- on mouseUp
- answer "What's the problem?" with "Lost" or "Inquiery" or "Cancel"
- if it is not "Cancel" then
- if it is "Lost" then put field "Lost" into it
- if it is "Inquiery" then put field "Inquieries" into it
- push this card
- visual effect zoom open
- go to stack "Phone"
- dial it
- hide message
- pop card
- end if
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=281 top=301 right=324 bottom=307
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll right
- go to prev card
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=310 top=301 right=324 bottom=335
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll left
- go to next card
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=461 top=297 right=323 bottom=491
- -- title width / last selected line: 0
- -- icon id / first selected line: 1012 / 1012
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Return
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll down
- go card 1
- end mouseUp
-
-
-
- -- part 8 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=23 top=55 right=83 bottom=261
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 33
- -- text size: 18
- -- style flags: 256
- -- line height: 26
- -- part name: Name
-
-
- -- part 10 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=23 top=89 right=117 bottom=261
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 33
- -- text size: 18
- -- style flags: 256
- -- line height: 26
- -- part name: Number
-
-
- -- part 11 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=186 top=138 right=158 bottom=260
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 33
- -- text size: 14
- -- style flags: 0
- -- line height: 18
- -- part name: ValidThru
-
-
- -- part 12 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=359 top=122 right=144 bottom=496
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 33
- -- text size: 14
- -- style flags: 0
- -- line height: 20
- -- part name: Lost
-
-
- -- part 13 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=359 top=149 right=171 bottom=496
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 33
- -- text size: 14
- -- style flags: 0
- -- line height: 20
- -- part name: Inquieries
-
-
- -- part 14 (field)
- -- low flags: 00
- -- high flags: 4000
- -- rect: left=115 top=199 right=298 bottom=489
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 33
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=31 top=217 right=251 bottom=70
- -- title width / last selected line: 0
- -- icon id / first selected line: 20098 / 20098
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- go "Home"
- end mouseUp
-
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=31 top=258 right=292 bottom=70
- -- title width / last selected line: 0
- -- icon id / first selected line: 20186 / 20186
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- sort by first word of field "Name"
- end mouseUp
-
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=31 top=299 right=333 bottom=70
- -- title width / last selected line: 0
- -- icon id / first selected line: 32670 / 32670
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- show all cards
- end mouseUp
-
-
-
- -- part 22 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=47 top=124 right=177 bottom=92
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Access
- ----- HyperTalk script -----
- on mouseUp
- show field "enterCode"
- show bkgnd button "Hide Passcode"
- end mouseUp
-
-
-
- -- part 24 (field)
- -- low flags: 80
- -- high flags: 0004
- -- rect: left=300 top=33 right=87 bottom=459
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 26
- -- part name: enterCode
-
-
- -- part 23 (button)
- -- low flags: 80
- -- high flags: A003
- -- rect: left=336 top=62 right=81 bottom=453
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Hide Passcode
- ----- HyperTalk script -----
- on mouseUp
- hide bkgnd button "Hide Passcode"
- hide field "enterCode"
- end mouseUp
-
-